home *** CD-ROM | disk | FTP | other *** search
/ Lip Tissue / Lip Tissue - Disc 2.iso / mac / リップティッシュ1_2 / LP2-0227A / SOURCE_64_GO-PHOTO.ls < prev    next >
Encoding:
Text File  |  1997-03-01  |  597 b   |  21 lines

  1. on mouseUp
  2.   global xdispmode, xonly, xmovierun, xfull, kazu, kazuphoto1, xstartframe, xstartphoto1, xautomode, xmenureturn
  3.   set xdispmode to 1
  4.   set xonly to 3
  5.   set xmovierun to 0
  6.   set xfull to 0
  7.   set kazu to kazuphoto1
  8.   set xstartframe to xstartphoto1
  9.   set xautomode to 1
  10.   set the visible of sprite 20 to 1
  11.   set the visible of sprite 21 to 1
  12.   set the visible of sprite 22 to 1
  13.   set the visible of sprite 23 to 1
  14.   set the visible of sprite 24 to 1
  15.   set the visible of sprite 11 to 1
  16.   set the visible of sprite 12 to 0
  17.   set xmenureturn to the frame
  18.   startTimer()
  19.   go("PHOTO1")
  20. end
  21.